home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / Scalos / RenderLib / doc / history < prev    next >
Text File  |  1998-04-19  |  19KB  |  565 lines

  1.  
  2. history
  3. -----------------------------
  4.  
  5.   28.3
  6.     - minor clean-ups
  7.  
  8.   28.2
  9.       - fixed overflow problems in texture-mapping engines
  10.       
  11.   28.1
  12.       - fixed EDD dithering with mapping-engines.
  13.       - FS-Dithering with mapping engines didn't render zigzag. fixed.
  14.  
  15.   28.0
  16.       - added EDD dithering. thanks to dante and axis
  17.         for the suggestion.
  18.       - implemented zigzag dithering for floyd-steinberg and EDD.
  19.         (zigzag rendering is not available in HAM modes.)
  20.  
  21.   27.3
  22.       - texturemapping-engines now handle triangles (i.e. when
  23.         one coordinate is specified twice).
  24.       - improved PALMODE_SIGNIFICANCE.
  25.  
  26. * 27.2
  27.       - fixed some semaphore lockup problems with palettes
  28.         and histograms accessed from different tasks. 
  29.  
  30.   27.1
  31.       - fixed a bug in MixAlphaChannel() with one alpha-channel enabled
  32.  
  33.   27.0
  34.       - added internal support functions.
  35.  
  36.   25.1
  37.       - fixed heavy bugs in the texturemapping code and
  38.         optimized it a lot.
  39.  
  40.   25.0
  41.     - implemented texture-mapping via scaling-engines.
  42.  
  43.   24.0
  44.       - added documentation for TintRGBArrayA().
  45.       - added texture-mapping [preliminary, for internal use only].
  46.  
  47.   23.1
  48.       - SortPalette() now uses and updates an already existing
  49.         p2Table. 
  50.  
  51.   23.0
  52.       - added TintRGBArrayA().
  53.  
  54. * 22.4
  55.       - fixed a minor bug when dithering with
  56.         (width % 4) != 0
  57.         - slightly optimized CLUT dither preparation code.
  58.     - slightly modified legal and author text files.
  59.     - added support site URL.
  60.  
  61.   22.3
  62.       - removed some lines of garbage from the HAM-dither code
  63.         that might have caused problems under certain conditions.
  64.  
  65. * 22.2
  66.     - completed autodocs for alpha-channel functions
  67.  
  68.   22.1
  69.       - the internal memcopy routine now handles odd lengths
  70.         and addresses to allow overlapping memory transfers
  71.         in all situations.
  72.  
  73.   22.0
  74.       - implemented CreateAlphaArray()
  75.      - implemented MixAlphaChannel()
  76.      - added tags RND_SourceWidth2, RND_AlphaChannel2,
  77.        RND_AlphaWidth2 and RND_AlphaModulo2 for 3-channel
  78.        alpha-channel operations. it is now possible to
  79.        do 'weighted' compositions with two alpha-channels!
  80.  
  81.   21.0
  82.       - implemented AllocRenderVecClear()
  83.       - added definition of PIXFMT_RGB_24 - this is currently
  84.         not supported by render.library, but required for
  85.         guigfx.library 1.92.
  86.  
  87.   20.3
  88.       - MixRGBArray and ApplyAlphaChannel heavily optimized for
  89.         superscalarity and few memory accesses
  90.       - Histogram creation could still corrupt memory, when
  91.         0xaarrggbb data were added. Fixed.
  92.  
  93.   20.2
  94.     - 'Debug' text file included to the documentation.
  95.     - clib/render_protos.h did not define a return value
  96.       for Chunky2RGB(). Fixed.
  97.     - some text files revised
  98.  
  99. * 20.1
  100.     - fixed FD, clib and pragma files for MixRGBArray().
  101.     - extended ApplyAlphaChannel().
  102.       The alpha-channel is still by default assumed to be
  103.       in the source array, but it may be explicitely set with
  104.       the new tag RND_AlphaChannel. The alphachannel pixel
  105.       modulo may be set with RND_AlphaModulo, and the
  106.       alpha-channel-array's total width can be specified with
  107.       RND_AlphaWidth.
  108.     - fixed ApplyAlphaChannel(), ExtractAlphaChannel() and
  109.       InsertAlphaChannel(): Registers were not preserved
  110.       correctly.
  111.     - tutorial lectored and slightly revised.
  112.  
  113.   20.0
  114.     - implemented MixRGBArray()
  115.     - fixed a bug in Render() and ConvertChunky() when
  116.       rendering with mapping-engines to (width & ~7) != 0
  117.  
  118.   19.9
  119.       - Due to an error in parsing the taglist, ConvertChunky()
  120.         did not use Mapping-Engines. Fixed.
  121.       - ApplyAlphaChannel() fixed.
  122.       - InsertAlphaChannel() function interface slightly modified.
  123.       - tutorial textfile included to the documentation
  124.     - minor optimizations
  125.  
  126.   19.8
  127.     - fixed a bug in Chunky2RGB(). The RND_LeftEdge tag
  128.       was not handled correctly in HAM modes.
  129.       - added InsertAlphaChannel(), ExtractAlphaChannel() and
  130.         ApplyAlphaChannel()
  131.       - Mapping-Engines may be passed to Render() and
  132.         ConvertChunky() now.
  133.       - improved FS-Dithering performance: error calculation
  134.         and shifting now takes place in registers solely. with a
  135.         mapping-engine supplied, the code now fits to a
  136.         68020/68030 instruction cache.
  137.  
  138.   19.7
  139.     - Render() and ConvertChunky() now accept RND_ScaleEngine
  140.       as an additional tag argument. This allows scaling and
  141.       rendering in a single pass. The scaling-engine is
  142.       defined to be applied to to the source data.
  143.     - Scale() now handles RND_LineHook, and it has got a
  144.       returncode.
  145.  
  146.   19.6
  147.     - supplied Chunky2RGB() with RND_LineHook tag
  148.     - ImportPalette() and ExportPalette() PALFMT_RGB4
  149.       were broken. Fixed.
  150.     - implemented PALFMT_PALETTE for ImportPalette().
  151.     - Updated all text files.
  152.     - Lectored and revised autodocs.
  153.     - Added tag RND_Weight for AddHistogram().
  154.     - BestPen() did not work at all. Fixed.
  155.     - BestPen() no longer creates a p2table, but it
  156.       will use it when available.
  157.  
  158.   19.5
  159.     - slightly improved Chunky2RGB() speed in HAM modes
  160.     - included ChunkyArrayDiversity().
  161.     - included MapChunkyArray().
  162.     - Heavy bug removed from ConvertChunky().
  163.  
  164.   19.4
  165.         - AddRGBImage() no longer violates memory with
  166.           0xARGB (A=Alphachannel) data.
  167.         - prevented Render() from false rendering
  168.           with 0xARGB (A=Alphachannel) data. 
  169.         - Updated autodocs for mapping-engines.
  170.         - Implemented RGBArrayDiversity() for Mapping-Engines
  171.           and Palettes.
  172.         - one more bug removed from the palette administration
  173.           code. "Zu wahr um schön zu sein" [I. Jache]
  174.         - removed a small bug in the mapping-engine's
  175.           palette-update-administration code for
  176.           mapping-engines that are coupled with a histogram.
  177.         - added Roadmap.GIF to the documentation.
  178.         - updated autodocs for RGBArrayDiversity().
  179.         - updated memory information text file.
  180.         - updated CPU information text file.
  181.         - CreateMapEngine() no longer handles RND_PenTable.
  182.           This tag has to be passed to MapRGBArray() instead.
  183.  
  184.   19.3
  185.     - Finally- got- rid- of- that- $%^&?#§- palette- bug-
  186.       "I can't eat as much as I want to puke" [Liebermann]
  187.     - Updated legal information text file.
  188.  
  189.   19.2
  190.     - another memory violation bug removed from the
  191.       palette administration code.
  192.  
  193.   19.1
  194.         - ConvertChunky() did not semaphore-protect the
  195.           destination palette correctly. Fixed.
  196.         - Render() did not semaphore-protect the destination
  197.           palette correctly. Exclusive and shared locks to the
  198.           palette nested, and this won't work prior to exec v39.
  199.         - Removed a serious bug inside the palette-buffer
  200.           administration code that was introduced in v19.0
  201.  
  202.   19.0
  203.     - SortPalette() did not semaphore-protect its palette
  204.       and did not invalidate the palette's buffers. Fixed.
  205.         - ConvertChunky() has got a returncode now.
  206.     - Introduced a new functional class: Mapping-Engines.
  207.       Mapping-Engines are low-level conversion units which
  208.       provide mindblasting render speed.
  209.       New functions: CreateMappingEngine(),
  210.       DeleteMappingEngine(), MapRGBArray()
  211.  
  212.   18.9
  213.     - minor bug in HSTYPE_12BIT_TURBO interpolation code fixed.
  214.       The blue component was not correctly interpolated -
  215.       2 bits were missing.
  216.     - Speed heavily improved for most histogram-related functions.
  217.       Especially AddRGBImage() is significantly faster.
  218.  
  219.   18.8
  220.       - ConvertChunky() has been rewritten. Now it is equivalent
  221.         to Render(), except for that it does accept chunky data
  222.         as input and is not able to render to HAM modes. Finally,
  223.         there is no need to convert chunky data to RGB when
  224.         dithering is required.
  225.         ConvertChunky() handles the following additional tags:
  226.         RND_DitherMode, RND_DitherAmount, RND_ProgressHook,
  227.         RND_LineHook, RND_OffsetColorZero. In addition to that,
  228.         the dest-palette's pen-adaptor is correctly handled
  229.         and updated. ConvertChunky() itself is slower than
  230.         before, but overall performance should be better when
  231.         called multiple times.
  232.  
  233.   18.7
  234.       - 18.4 did NOT fix the mentioned bug. Thanks again to
  235.         Stefan Sommerfeld. This bug did not occur in the
  236.         68060 version and I didn't get rid of it. Now fixed.
  237.       - REND_CALLBACK_ABORTED wasn't returned when a 
  238.         Progress-Callback was aborted in Render(). Fixed.
  239.  
  240. * 18.6
  241.     - v18.5 bug removed that produced false dithering with
  242.       15Bit / 18Bit palettes in COLORMODE_CLUT
  243.  
  244.   18.5
  245.       - Render speed improved by up to 40% (depending on the CPU
  246.         and the selected render mode). Remarkably faster on 68060
  247.         systems and CLUT without dithering.
  248.  
  249.   18.4
  250.         - fixed a bug in CreateScaleEngine(). Registers were not
  251.           preserved correctly. Thanks to Stefan Sommerfeld who reported
  252.           this bug.
  253.  
  254.   18.3
  255.     - major internal rework in preparation for new dither modes
  256.       and other features.
  257.  
  258.   18.2
  259.       - Now line hooks have to return TRUE or FALSE for
  260.         continuation respective abortion.
  261.  
  262.   18.1
  263.     - Improved line hooks. A line hook is called twice now:
  264.       Once before rendering a line (msgtype LMSGTYPE_LINE_FETCH),
  265.       once after rendering a line (msgtype LMSGTYPE_LINE_RENDERED).
  266.       This solves many outstanding problems:
  267.       Now you can convert, draw, render, save etc. in a single go,
  268.       and there's no need to have intermediate buffers to keep
  269.       a complete image in memory.
  270.       Also read the annotations in renderhooks.h
  271.  
  272.   18.0
  273.       - removed bug from the 68020 version: Quantization
  274.         crashed without FPU.
  275.       - implemented random dithering (DITHERMODE_RANDOM). 
  276.         New Tag: RND_DitherAmount (Range 0-255).
  277.         The code is not satisfyingly optimized yet.
  278.     - fixed several minor problems
  279.  
  280.   17.6
  281.       - implemented RND_PenTable for Chunky2RGB(). This tag is
  282.         currently not defined for HAM modes.
  283.       - Major internal rework of Render(). Now the
  284.         generalized-line-conversion-interface is used.
  285.       - RND_LineHook implemented to Render().
  286.  
  287.   17.5
  288.       - implemented RND_PenTable tag for Render().
  289.  
  290.   17.4
  291.     - updated the 'legal' text file.
  292.     - minor autodoc changes
  293.  
  294. * 17.3
  295.     - implemented ScaleOrdinate().
  296.  
  297.   17.2
  298.     - removed a bug that occured when a progress hook was aborted
  299.       inside AddChunkyImage: I freed a semaphore that wasn't obtained.
  300.       "Needless to say, havoc breaks out [...]" (exec doc)
  301.  
  302.   17.1
  303.     - minor corrections with the FD and LVO files:
  304.       SortPalette renamed to SortPaletteA, AddHistogram renamed
  305.       to AddHistogramA.
  306.  
  307.   17.0
  308.     - Implemented AddHistogram()
  309.  
  310.   16.3
  311.     - More bugs removed from SortPalette():
  312.       - PALMODE_SIGNIFICANCE crashed in the 68020 and 68040 versions. Fixed.
  313.       - PALMODE_SATURATION did not work at all. Fixed.
  314.       - Bugs removed from PALMODE_POPULARITY and PALMODE_SIGNIFICANCE.
  315.  
  316. * 16.2
  317.     - initial public beta release.
  318.     - removed heavy bugs from SortPalette().
  319.  
  320.   16.1
  321.       - fixed problems with RND_ColorOffsetZero 
  322.  
  323.   16.0
  324.     - mainly cosmetic. major reworks and clean-ups to
  325.       autodoc and includes
  326.  
  327.   15.2
  328.     - Removed a heavy bug from AddRGBImage() that caused
  329.       random crashes.
  330.     - 24bit scaling implemented. The new tag is
  331.       RND_PixelFormat, valid types are PIXFMT_CHUNKY_CLUT
  332.       and PIXFMT_0RGB_32.
  333.  
  334.   15.1
  335.     - The scaling code has been rewritten completely.
  336.       Scaling engines use the generalized conversion system.
  337.       All scaling functions are highly accurate now.
  338.       Horizontal enlarge is significantly faster than before.
  339.  
  340.   15.0
  341.     - introduced a new generalized concept for
  342.       line-oriented conversion functions (internal).
  343.     - Chunky2RGB has been completely rewritten due to this
  344.       new concept. The HAM conversion is much faster now.
  345.     - Added RGB_ProgressHook tag to Chunky2RGB.
  346.     - implemented PMSGTYPE_LINES_CONVERTED.
  347.     - Chunky2RGB has got a returncode (CONV_...).
  348.     - updated the renderhooks include files.
  349.     - finally implemented EXTP_CALLBACK_ABORTED
  350.  
  351.   14.4
  352.     - removed bug from SortPalette().
  353.     - implemented PALMODE_SATURATION sort mode.
  354.  
  355.   14.3    
  356.     - Implemented SortPalette(). RND_PaletteMode is obsolete.
  357.     - New tag for ExtractPalette(): RND_RMHandler. This tag
  358.       specifies a custom memory handler for quantization.
  359.       Default is the histogram's memhandler.
  360.     - EXTP_SORTING_FAILED is obsolete.
  361.     - Default for RND_NewPalette is toggled to TRUE for
  362.       backwards compatibility.
  363.  
  364.   14.2
  365.     - removed heavy bug from AddChunkyImage() that could
  366.       produce completely corrupt histograms.
  367.  
  368.     - introduced PALMODE_SIGNIFICANCE. In this mode, a palette's
  369.       entries are sorted by their optical significance for the
  370.       human eye. This is helpful for many purposes, e.g. you get
  371.       excellent results with ObtainBestPen() if you allocate
  372.       a palette in this sequence.
  373.     - fixed a memory-corruption bug in the quantization code.
  374.  
  375.   14.1
  376.     - RND_NumColors is used instead of RND_NumEntries.
  377.       RND_NumEntries is obsolete. RND_FirstEntry has
  378.       been renamed to RND_FirstColor.
  379.  
  380.   14.0
  381.     - implemented RND_FirstEntry tag for ExtractPalette(),
  382.       ImportPalette() and ExportPalette().
  383.     - implemented RND_NumEntries tag for ImportPalette()
  384.     - implemented semaphore protection for histograms and
  385.       palettes
  386.     - lots of internal reorganization and clean-up
  387.     - implemented FlushPalette()
  388.     - implemented the RND_NewPalette tag for ImportPalette().
  389.  
  390.   13.0
  391.     - fixed minor problems with offset_color_zero and
  392.       p2table-adaption
  393.     - fixed minor problems with ConvertChunky() and
  394.       CreatePenTable() with a secondary pen conversion table
  395.       specified.
  396.     - implemented CountRGB()
  397.     - implemented BestPen()
  398.     - fixed minor problems with CreatePalette()
  399.     - FD and pragma for CreatePenTable() was corrupt. Fixed.
  400.     - CreatePenTable() has been slightly optimized.
  401.  
  402.   12.0
  403.     - adapted CreatePenTable() to palette objects.
  404.     - removed a deadly bug from ImportPalette().
  405.     - added RND_EHBPalette tag for ImportPalette().
  406.     - updated all includes and autodocs.
  407.     - ModifyHistogram() is obsolete. It has been removed.
  408.     - The function interface for QueryHistogram() has been
  409.       changed. You do no longer pass a taglist, but instead
  410.       a single tag argument.
  411.     - Parts of the code have been cleaned up.
  412.  
  413.   11.0
  414.     - adapted autodocs and includes to palette objects.
  415.     - adapted AddChunkyImage to use palette objects.
  416.       AddChunkyImage has been completely rewritten and
  417.       optimized.
  418.  
  419.   10.0
  420.     - adapted Render() to palette objects. 
  421.  
  422.   0.81
  423.     - removed the v0.80 speed-up. It didn't work together with
  424.       the low-memory adaption system.
  425.     - Introduced new functions: CreatePalette(),
  426.       DeletePalette(), ImportPalette(), ExportPalette().
  427.     - Modified ExtractPalette() to operate with palette objects.
  428.  
  429.   0.80
  430.     - The major changes in v0.79 introduced a bug that occured
  431.       when you rendered to HAM modes. This has been fixed.
  432.     - Rendering to CLUT with dither has been sped up.
  433.  
  434.   0.79
  435.     - The color-adaption code was heavily broken for odd
  436.       numbers of palette entries (68020/68040 versions only).
  437.       This long outstanding bug has been fixed.
  438.     - p1Table-Render removed. Instead I've implemented an
  439.       EXTREMELY efficient p2table-Render. Overall performance
  440.       should be at least the same in most cases.
  441.       This step has some profound conceptional consequences.
  442.       It seems as if the whole library layout could be simplified
  443.       even further. Maybe there will be another rework to some
  444.       function interfaces. (Don't kill me, beta-testers...
  445.       this stuff isn't trivial!)
  446.  
  447.   0.78
  448.     - ConvertChunky() is now able to convert a chunky image
  449.       over itself. If you tried to do so with elder versions,
  450.       the result was okay, but the routine was by some hundered
  451.       times slower than it could (reason unknwon).
  452.  
  453.   0.77
  454.     - removed a bug that was introduced in v0.69.
  455.       If you created a turbo histogram, rendered to CLUT
  456.       without dither, and didn't specify a progress hook,
  457.       the code ran into a deadlock.
  458.     - Chunky2RGB() HAM8 bit sequence changed to %SSMMMMMM.
  459.     - Planar2Chunky()'s interface changed and supplied with an
  460.       additional taglist parameter
  461.     
  462.   0.76
  463.     - very nasty bug removed from AddChunkyImageA(). If you
  464.       specified a progress hook, the histogram was completely
  465.       corrupt.
  466.  
  467.   0.75
  468.     - removed a silly bug from Chunky2RGB that was introduced
  469.       in v0.73
  470.     - new tag for CreateRMHandlerA: RMHTYPE_MemFlags.
  471.  
  472.   0.74
  473.     - new autodocs completed.
  474.     - RND_MemHandler renamed to RND_RMHandler.
  475.     - Some constants have changed. You must recompile.
  476.     - Includes once again reworked.
  477.     - new terminology: libcall functions which receive taglist
  478.       parameters end with "...A" instead of "...TagList".
  479.       tagcall vararg stubs no longer end with "...Tags".
  480.  
  481.   0.73
  482.     - a histogram created by CreateHistogram() now has a default
  483.       palette consisting of 16 grey tones.
  484.     - AddChunkyImage() now calls a progress hook. Therefore you
  485.       may specify the RND_ProgressHook tag in AddChunkyImage()'s
  486.       taglist.
  487.     - some optimizations
  488.     - CreateConversionTable() has been renamed to
  489.       CreatePenTable().
  490.     - ConvertChunkyImage() has been renamed to ConvertChunky().
  491.     - RND_ConversionTable has been renamed to RND_PenTable
  492.  
  493.   0.72
  494.     - Heavy bugs removed from AddRGBImage(), ExtractPalette(),
  495.       and other functions.
  496.     - C includes were completely unusable. Fixed.
  497.     - Major rework of most include files.
  498.  
  499.   0.71
  500.     - There were the 0.69 versions of render.library in the
  501.       0.70 archive
  502.     - DeleteScaleEngine() was missing in the includes. Fixed.
  503.     - DeleteScaleEngine() crashed when the scaling-engine wasn't
  504.       created with a custom memhandler.
  505.  
  506.   0.70
  507.     - New interfaces for CreateRenderMemHandler, CreateHistogram,
  508.       Render, AddChunkyImage, AddRGBImage, ExtractPalette,
  509.       SetRenderPalette.
  510.     - Removed SetRGBWeight, SetProgressHook, SetRenderMode,
  511.       SetPaletteMode
  512.     - New functions: ModifyHistogram, QueryHistogram
  513.     - Autodocs not yet updated
  514.  
  515.   0.69
  516.     - p2table searcher now adapts to low-memory situations (not
  517.       fully tested yet)
  518.     - InitPenConversionTable() is no longer defined. A custom
  519.       conversion table may be passed to Chunky2BitMap() directly.
  520.     - p1table adaption callback is now executed every 128th
  521.       adaption. after completion the callback hook is once more
  522.       executed. This corrects minor optical problems with
  523.       progress bars.
  524.     - forgot E include renderhooks.m. Now included.
  525.     - New qualitative color reduction algorythm implemented.
  526.       Slightly faster. Very stable results even with different
  527.       histogram resolutions. Much better output with dither and
  528.       few colors.
  529.  
  530.   0.68
  531.     - I actually forgot to include the SetPaletteMode entry in
  532.       the library's build-up table. The machine crashed when
  533.       executed. Fixed.
  534.     - IMPORTANT: Interface for Scale() has changed - Scale now
  535.       handles two additional arguments: totalwidth for source and
  536.       destination. This allows processing of clip areas.
  537.     - The chunky8 scaling engine now requires less memory.
  538.     - chunky8 scaling optimized for vertical enlarge
  539.     - Heavy autodoc improvements, especially in respect to
  540.       amigaguide links to be created with AD2AG.
  541.  
  542.   0.67
  543.     - new function: SetPaletteMode.
  544.     - some palette sort methods implemented.
  545.     - minor autodoc and includes bugs fixed
  546.     - CreateChunkyConversionTable renamed to
  547.       CreateConversionTable
  548.     - fixed minor accuracy problems with the chunky scaling
  549.       engine
  550.  
  551.   0.66
  552.     - new functions: CreateChunkyConversionTable and
  553.       ConvertChunkyImage.
  554.     - removed two subtle bugs in the FS-dither code. The blue
  555.       error component was treat incorrectly.
  556.  
  557.   0.65
  558.     - CreateScaleEngine8, DeleteScaleEngine und Scale
  559.       implemented.
  560.     - Autodocs updated
  561.  
  562.   0.64
  563.     - initial internal beta release
  564.  
  565.